projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb7c182
)
* src/data.c (Faset): Fix last change.
author
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 10 Oct 2015 08:58:53 +0000
(10:58 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 10 Oct 2015 09:06:28 +0000
(11:06 +0200)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 5ee40c540400e383cb5f7a039485cc2a7d776480..a910f6e58f3b666bffe3222d75faf18d2925fbfb 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-2215,7
+2215,7
@@
bool-vector. IDX starts at 0. */)
CHECK_NUMBER (idx);
idxval = XINT (idx);
CHECK_ARRAY (array, Qarrayp);
- CHECK_IMPURE (array, X
VECTO
R (array));
+ CHECK_IMPURE (array, X
PNT
R (array));
if (VECTORP (array))
{